home *** CD-ROM | disk | FTP | other *** search
- MiscInfoController = {
- ACTIONS = {
- "info:" = "info:";
- "license:" = "license:";
- "orderForm:" = "orderForm:";
- "registration:" = "registration:";
- "releaseNotes:" = "releaseNotes:";
- "suggestion:" = "suggestion:";
- };
- OUTLETS = {
- info = info;
- orderForm = orderForm;
- registration = registration;
- strings = strings;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "makeIcon:" = "makeIcon:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- "saveAs:" = "saveAs:";
- "showPreferences:" = "showPreferences:";
- "showSelectedPath:" = "showSelectedPath:";
- };
- OUTLETS = {
- adaptors = adaptors;
- destinationFile = destinationFile;
- iconWell = iconWell;
- libraries = libraries;
- name = name;
- openInPBSwitch = openInPBSwitch;
- prefsPanel = prefsPanel;
- processLog = processLog;
- selectedTemplatePath = selectedTemplatePath;
- templateList = templateList;
- templatePathnames = templatePathnames;
- templates = templates;
- };
- SUPERCLASS = Object;
- };
-